home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / misc / 39 / include / mfndpos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1986-07-17  |  370 b   |  13 lines

  1. /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
  2. /* mfndpos.h - version 1.0.2 */
  3.  
  4. #define    ALLOW_TRAPS    0777
  5. #define    ALLOW_U        01000
  6. #define    ALLOW_M        02000
  7. #define    ALLOW_TM    04000
  8. #define    ALLOW_ALL    (ALLOW_U | ALLOW_M | ALLOW_TM | ALLOW_TRAPS)
  9. #define    ALLOW_SSM    010000
  10. #define    ALLOW_ROCK    020000
  11. #define    NOTONL        040000
  12. #define    NOGARLIC    0100000
  13.